home *** CD-ROM | disk | FTP | other *** search
- #ifndef _INCLUDE_LINKERFUNC_H
- #define _INCLUDE_LINKERFUNC_H
-
- /*
- ** $VER: linkerfunc.h 10.1 (19.7.95)
- ** Includes Release 40.15
- **
- ** Prototypen für Linker-Spezialfunktionen
- **
- ** '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
- ** All Rights Reserved
- */
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- void InitModules();
- void CleanupModules();
-
- void GetBaseReg();
- void geta4();
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif